crypto/tls.Conn.handleNewSessionTicket (method)

2 uses

	crypto/tls (current package)
		conn.go#L1300: 		return c.handleNewSessionTicket(msg)
		handshake_client_tls13.go#L722: func (c *Conn) handleNewSessionTicket(msg *newSessionTicketMsgTLS13) error {